home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Tool Chest / Devices & Hardware / Drivers / Driver Installer / About Driver Installer next >
Encoding:
Text File  |  1990-05-18  |  1.5 KB  |  26 lines  |  [TEXT/MACA]

  1. Driver Installer © Copyright 1989 Apple Computer, Inc.  By Ricardo Batista
  2.  
  3. Driver Installer is a quick and dirty application to install drivers in an
  4. INIT or cdev file during the development cycle of the drivers.
  5.  
  6. When developing drivers sometimes we need to go into ResEdit a thousand times to
  7. copy DRVR and DATA resources to a file containing an INIT resource, I get really
  8. tired of going trough my disks to find these files everytime.  This program automates
  9. copying resources and setting attributes a little bit.
  10.  
  11. 1) When launched, Driver Installer will ask you to select a cdev or INIT file,
  12. which is the typical place where a driver is stored.  Once you have selected
  13. the file ALL of the DRVR and DATA resources in that file are removed, since
  14. we are assuming you are installing a new version of your driver(s).
  15.  
  16. 2) A dialog box will then ask you if you want to override the resource attributes
  17. of the new drivers so that they are set for system heap and locked,  this is
  18. is a requirement for drivers that live for as long as the mac is on.  If you
  19. select “Cancel” from the dialog then the resource attributes of each driver
  20. and its optional DATA resource will be respected.
  21.  
  22. 3) Now the program will ask you to select a file where a driver is contained, if
  23. you select Cancel you go back to the Finder.  Otherwise ALL the DRVR and
  24. DATA resources (if they exist) are copied into the cdev or INIT file selected in
  25. step 1.  This step is repeated for as long as you keep selecting files containing
  26. drivers.